A. ls -1
B. ls -t
C. ls -i
D. ls -R
Advertisement
Related Mcqs:
- Which command is used to list out all the hidden files along with the other files ?
- A. ls -l B. ls -x C. ls -F D. ls -a...
- Which of the following commands is used to update access and modification times of a file ?
- A. grep B. wc C. touch D. cat...
- Which of the following commands is used to remove files ?
- A. erase B. delete C. rm D. dm...
- Which of the following commands is used to remove files with confirmation prompt from the user file system which have neither been accessed nor modified i the last one year ?
- A. find -mtime +365 | rm B. grep (/usr/*) – mtime + 365 | -ok rm C. find -name – mtime + 365 / – ok rm D. find /user/* \(-mtime + 365 – a – atime +365 \) – OK rm {} \;...
- Which commands is used to assign executable permission to all of the files named “letter” ?
- A. chmod ugo+r letter B. chmod ugo+rw letter C. chmod u+x letter D. chmod ugo+x letter...
- Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories ?
- A. rm * B. rm -r * C. rm all D. rm *.*...
- Which of are following internal commands is used in mail to forward mail to user in user-list ?
- A. r user-list B. m user-list C. d user-list D. e user-list...
- Which of the following commands is used to list contents of directories ?
- A. ls B. lp C. dir D. tar...
- What command is not used to list the files chap01, chap02 and chap04 ?
- A. ls chap* B. ls chap[124] C. ls – x chap0[124] D. ls chap0[124]...
- Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files ?
- A. -l B. -d C. -r D. -b...
Advertisement